Hi Tony,
Yes, javascripot is done to be more user friendly. But, there are a lot of time where javascript is missused.
When i work on a website, i like to have :
1st : a good semantic system
2nd : a good usuability out of the box.
3rd : after i go to the look and feal, and here : all javascrit system can be used.
Some staring point
en.wikipedia.org/wiki/Semantic_Web
en.wikipedia.org/wiki/Usability
etc ...; but i know better French website ;).
Actually, in LimeSurvey we don't need any plugin to update Description.
Just a
<script>
$(".survey-description").html("My own description");
</script>
Is OK.
But i really think this can be done without js and more easily done directly using LimeSurvey.
Actually : mcalvoca don't tell us why he want to update SURVEYDESCRITION ? What for ?
Depend of the need : survey manager can easily update or not the system
.
Denis
PS: don't remind it too : but test with a bad connection some website give an idea too.